projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86344d
)
(rmail-toggle-header): Call rmail-highlight-headers.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 May 1994 07:38:34 +0000
(07:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 May 1994 07:38:34 +0000
(07:38 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index bc0e43336885a02a2eaaca7f4c02e856f69e96dc..e52df3928739238d15be7c54f34d6fca3bdfd441 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1144,7
+1144,8
@@
argument causes us to read a file name and use that file as the inbox."
(goto-char (point-min))
(search-forward "\n*** EOOH ***\n")
(narrow-to-region (point) (point-max)))
- (rmail-reformat-message (point-min) (point-max)))))
+ (rmail-reformat-message (point-min) (point-max))))
+ (rmail-highlight-headers))
\f
;;;; *** Rmail Attributes and Keywords ***